|
Orchestration SDK 5.12.0
|
#include <LocalTransactionDelegate.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onLocalTransactionSuccess:hostCode: |
| (void) | - onLocalTransactionAborted |
| (void) | - onLocalTransactionPasswordError: |
Interface to implement in order to receive events related to local transaction.
| - (void) onLocalTransactionAborted |
Called upon local transaction abortion
| - (void) onLocalTransactionPasswordError: | (PasswordError *) | error |
Called upon password error when performing local transaction.
| error | the type of password error |
| - (void) onLocalTransactionSuccess: | (NSString *) | signature | |
| hostCode: | (NSString *_Nullable) | hostCode |
Called upon local transaction success.
| signature | the generated signature |
| hostCode | the generated host code |